func runtime.memProfileInternal

3 uses

	runtime (current package)
		mprof.go#L995: 	return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
		mprof.go#L1011: func memProfileInternal(size int, inuseZero bool, copyFn func(profilerecord.MemProfileRecord)) (n int, ok bool) {
		mprof.go#L1091: 	return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {